使用Python的turtle(海龜)模塊畫圖 第一步:讓Python引入turtle模塊,引入模塊就是告訴Python你想要用它。 import turtle 第二步:創建畫布。調用turtle中的Pen函數 ...